:root {
	--pm-c: #ea494b;
}
#top {
    height: 40px;
    background: #f5f5f5;
}

#top .center {
    height: 100%;
    font-size: 14px;
    color: #999;
    position: relative;
}



#top .center a {
    color: #999;
}

#top .center img {
    margin-right: 10px;
}

#top .right a {
    margin: 0 15px;
}

#top .right a:last-child {
    margin-right: 0;
}

.main {
    background: url('../images/bg.png')no-repeat center top;
    background-attachment: fixed;
    background-size: 100% auto;
    padding-top: 56px;
}

.main-box {
    background: #fff;
    padding: 15px;
}

#header {
    height: 100px;
    padding-left: 5px;
}

#nav {
    flex: 1;
    margin-left: 134px;
}

#nav ul {
    display: flex;
    justify-content: space-between;
}

#nav li {
    text-align: center;
    font-size: 16px;
}

#nav li a span {
    color: #333;
}

#nav li .img {
    width: 29px;
    height: 29px;
    background-color: #e4e4e4;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    margin-bottom: 11px;
}

#nav li.active .img,
#nav li:hover .img {
    background: #ea494b;
}

#nav li.active a span,
#nav li:hover a span {
    color: #ea494b;
    font-weight: bold;
}

.search-box {
    display: flex;
    justify-content: space-between;
    height: 50px;
}

#search {
    width: 452px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#search input {
    flex: 1;
    width: 352px;
    height: 50px;
    background: url('../images/search.png')no-repeat 15px center;
    border: solid 1px #ea494b;
    padding-left: 45px;
    font-size: 14px;
    color: #333;
}

#search button {
    width: 100px;
    height: 50px;
    background: #ea494b;
    text-align: center;
    line-height: 50px;
    font-size: 16px;
    color: #fff;
    border: none;
}

.search-more {
    flex: 1;
    overflow: hidden;
    align-items: center;
    height: 50px;
    background: #f6f6f6;
    padding-left: 20px;
    font-size: 14px;
    color: #999;
}

.search-more>.f1 a {
    display: inline;
    color: #999;
    margin-right: 10px;
}

.search-more>.f1 a:nth-child(even) {
    color: #ea494b
}

.index-top-img ul {
    display: flex;
    flex-wrap: wrap;
}

.index-top-img ul li {
    width: 215px;
    margin-right: 23px;
}

.index-top-img ul li:last-child {
    margin-right: 0;
}

.index-top-img ul li .img {
    width: 215px;
    height: 128px;
    position: relative;
}

.index-top-img ul li p {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, .5);
    text-align: center;
    height: 23px;
    line-height: 23px;
    font-size: 12px;
    color: #fff;
}
.index-top-msg {margin-top:10px;}

.index-top-msg .item {
    display: flex;
    align-items: center;
}

.index-top-msg .item .tags {
    width: 83px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    margin-right: 20px;
}

.index-top-msg .item:nth-child(1) .tags {
    background: #ffece3;
    border-left: 2px solid #ff6e27;
    color: #ff6e27;
}

.index-top-msg .item:nth-child(2) .tags {
    background: #e4f7f2;
    border-left: 2px solid #22cc9e;
    color: #22cc9e;
}

.index-top-msg .item:nth-child(3) .tags {
    background: #fff7e9;
    border-left: 2px solid #ffb527;
    color: #ffb527;
}

.index-top-msg .item {
    margin-bottom: 10px;
}

.index-top-msg .item ul {
    display: flex;
    flex: 1;
    overflow: hidden;
}

.index-top-msg .item ul li {
    margin-right: 25px;
    flex-shrink: 0;
}

.index-top-msg .item ul li a {
    font-size: 14px;
    color: #666;
}

#footer {
    background: #333;
    padding: 70px 0;
}

.foot-logo {
    display: flex;
    align-items: center;
    height: 78px;
    border-left: 1px solid #676767;
    padding-left: 24px;
}

.footer-left {
    font-size: 14px;
    color: #999;
}

.footer-left a {
    display: inline;
    color: #999;
}

.foot-map {
    margin-bottom: 26px;
}

.foot-map a::after {
    content: '|';
    color: #999;
    margin-right: 10px;
    margin-left: 10px;
}

.foot-map a:last-child::after {
    display: none;
}

.public-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.public-title span {
    font-size: 18px;
    color: #333;
    font-weight: bold;
    display: flex;
    align-items: center;
}

.public-title span img {
    margin-right: 14px;
}

.public-title a {
    font-size: 12px;
    color: #999;
}

.index-top-commont ul {
    display: flex;
    flex-wrap: wrap;
}

.index-top-commont ul li {
    width: 86px;
    margin-right: 34px;
}

.index-top-commont ul li:last-child {
    margin-right: 0;
}

.index-top-commont ul li .img {
    width: 86px;
    height: 86px;
    border-radius: 10px;
}

.index-top-commont ul li .img img {
    width: 86px;
    height: 86px;
    border-radius: 10px;
}

.index-top-commont ul li .name {
    text-align: center;
    font-size: 14px;
    color: #666;
    margin-top: 13px;
}

.index-box-one {
    width: 450px;
}

.index-box-two {
    width: 406px;
}

.index-box-three {
    width: 253px;
}

.index-mid-notice {
    border-bottom: 1px dashed #dcdbdc;
    padding-bottom: 20px;
}

.index-mid-notice ul li {
    text-align: center;
}

.index-mid-notice ul li:first-child {
    margin-bottom: 25px;
}

.index-mid-notice ul li .name {
    font-size: 18px;
    color: #f00;
    font-weight: bold;
    margin-bottom: 15px;
    margin-top: 10px;
}

.index-mid-notice ul li p {
    font-size: 14px;
    color: #999;
}

.screen-news-list {
    position: relative;
}

.screen-news-list::after {
    position: absolute;
    content: '';
    left: 0;
    top: 5px;
    height: calc(100% - 12px);
    width: 1px;
    background: #eeeeee;
}

.screen-news-list ul li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding-left: 13px;
    margin-bottom: 20px;
}

.screen-news-list ul li:hover .name{
    color:#ea494b;
}

.screen-news-list ul li:hover .yd{
    border: solid 1px #ea494b;
}

.screen-news-list ul li:last-child {
    margin-bottom: 0;
}

.screen-news-list ul li .yd {
    position: absolute;
    left: -3px;
    top: 4px;
    width: 7px;
    height: 7px;
    background-color: #ffffff;
    border: solid 1px #dcdbdc;
    border-radius: 50%;
    background: #fff;
    z-index: 99;
}

.screen-news-list ul li .name {
    font-size: 14px;
    color: #444;
    margin-right: 12px;
}

.screen-news-list ul li .time {
    font-size: 14px;
    color: #999;
}

.index-hot-news ul li {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

.index-hot-news ul li .img {
    width: 120px;
    height: 78px;
}

.index-hot-news ul li .info {
    height: 78px;
    background: #f8f8f8;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 17px;
    padding-left: 20px;
    font-size: 14px;
    color: #999;
}

.index-hot-news ul li .name {
    font-size: 16px;
    color: #333;
    font-weight: bold;
}

.index-jc-game .title {
    width: 100%;
    height: 31px;
    line-height: 31px;
    background-color: #f6f6f6;
    padding-left: 24px;
    font-size: 13px;
    color: #999;
}

.index-jc-game .title span:nth-child(2) {
    margin-left: 83px;
    margin-right: 47px;
}

.index-jc-game ul li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 13px;
    color: #999;
    height: 38px;
    border-bottom: 1px dashed #eeeeee;
}

.index-jc-game ul li:last-child {
    border-bottom: none;
}

.index-jc-game ul li .size {
    width: 80px;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.index-jc-game ul li .name {
    font-size: 14px;
    color: #444;
    margin-left: 14px;
    margin-right: 4px;
}

.index-three-news {
    width: 100%;
}

.index-three-news .img {
    width: 100%;
    height: 165px;
    position: relative;
}

.index-three-news .img::after {
    position: absolute;
    right: 0;
    content: '精彩原创';
    top: 0;
    width: 60px;
    height: 22px;
    background-color: #ea494b;
    text-align: center;
    line-height: 22px;
    font-size: 12px;
    color: #fff;
}

.index-three-news p {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    height: 27px;
    line-height: 27px;
    background: rgba(0, 0, 0, .5);
    font-size: 12px;
    color: #fff;
}

.public-list ul li {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    justify-content: space-between;
}

.public-list ul li:last-child {
    margin-bottom: 0;
}

.public-list ul li .name {
    font-size: 14px;
    color: #444;
    margin-right: 10px;
}

.public-list ul li .type {
    font-size: 14px;
    color: #999;
}

.index-dd {
    width: 100%;
    height: 70px;
    margin: 20px 0;
}

.index-dd img {
    width: 100%;
    height: 70px;
}

.index-album ul {
    display: flex;
    justify-content: space-between;
    height:160px;
}

.index-album ul li {
    background: #f6f6f6;
    padding-left: 20px;
    padding-right: 0;
    width: 280px;
}

.index-album ul li .name {
    font-size: 18px;
    color: #333;
    font-weight: bold;
}

.index-album ul li .bottom {
    margin-top: 17px;
}

.index-album ul li .img {
    width: 71px;
    height: 71px;
    border-radius: 10px;
}

.index-album ul li .img img {
    width: 260px;
    height: 140px;
    border-radius: 10px;
}
.index-album-title a {
    display: block;
    background-color: white 50%;
    padding: 9px;
    background-color: rgba(255,255,255,69%);
    color: #000;
    font-weight: bold;
    width: 260px;
    position: absolute;
    text-align: center;
    margin-top: 24px;
}
.index-album-title a:hover {
    background-color: rgba(80,89,89,69%);
    color: #fff;}
.index-album ul li .info {
    font-size: 14px;
    color: #888;
    margin-left: 15px;
    margin-right: 12px;
    line-height: 29px;
}

.index-two-left {
    width: 892px;
}

.index-two-right {
    width: 253px;
}

.index-game-list ul {
    display: flex;
    flex-wrap: wrap;
}

.index-game-list ul li {
    width: 80px;
    margin-right: 20px;
    margin-top: 28px;
}

.index-game-list ul li:nth-child(9n) {
    margin-right: 0;
}

.index-game-list ul li .img {
    height: 80px;
    width: 80px;
    border-radius: 15px;
}

.index-game-list ul li .img img {
    height: 80px;
    width: 80px;
    border-radius: 15px;
}

.index-game-list ul li .name {
    font-size: 13px;
    color: #666;
    text-align: center;
    margin-top: 16px;
}
.index-game-list ul li .time {
    font-size: 13px;
    margin-left: 10px;
}
.index-game-rank {
    margin-top: 33px;
}

.index-game-rank .title {
    width: 100%;
    height: 60px;
    margin-bottom: 20px;
}

.index-game-rank .title img {
    width: 100%;
    height: 60px;
}

.index-game-rank ul li {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}

.index-game-rank ul li .num {
    width: 25px;
    height: 22px;
    background: #f6f6f6;
    text-align: center;
    line-height: 22px;
    font-size: 14px;
    color: #999;
}

.index-game-rank ul li:nth-child(-n+3) .num {
    background: #ea494b;
    color: #fff;
}

.index-game-rank ul li .right {
    border-bottom: 1px dashed #eeeeee;
    flex: 1;
    overflow: hidden;
    padding-bottom: 10px;
    margin-left: 11px;
    margin-top: 2px;
}

.index-game-rank ul li .name {
    font-size: 16px;
    color: #333;
    margin-right: 10px;
}

.index-game-rank ul li .type {
    font-size: 14px;
    color: #999;
    flex-shrink: 0;
}

.index-video-list ul li {
    width: 100%;
    margin-top: 20px;
}

.index-video-list ul li .img {
    position: relative;
    width: 100%;
    height: 145px;
}

.index-video-list ul li p {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 30px;
    line-height: 30px;
    background: rgba(0, 0, 0, .5);
    font-size: 14px;
    color: #fff;
    padding-left: 10px;
}

.index-video-list ul li p img {
    height: 19px;
    width: 19px;
    vertical-align: middle;
    margin-right: 10px;
}

.index-news-left {
    width: 412px;
}

.index-news-list {
    margin-bottom: 24px;
}

.index-news-list ul {
    display: flex;
    justify-content: space-between;
}

.index-news-list ul li {
    width: 195px;
    height: 123px;
}

.index-news-list ul li .img {
    width: 195px;
    height: 123px;
    position: relative;
}

.index-news-list ul li .img::after {
    content: '热门';
    width: 41px;
    height: 23px;
    background: #ea494b;
    text-align: center;
    line-height: 23px;
    color: #fff;
    font-size: 14px;
    position: absolute;
    right: 0;
    top: 0;
}

.index-news-right {
    width: 421px;
}

.public-news-list ul li {
    margin-bottom: 17px;
}

.public-news-list ul li .tags {
    width: 55px;
    height: 22px;
    border: solid 1px #dcdbdc;
    text-align: center;
    line-height: 20px;
    font-size: 12px;
    color: #999;
    margin-right: 10px;
}

.public-news-list ul li .name {
    color: #333;
}

.public-news-list ul li .time {
    font-size: 14px;
    color: #999;
}

.index-rank-box .item {
    width: 380px;
}

.index-rank-box .item>img {
    display: block;
    margin: 0 auto;
}

.index-rank-box .item .title {
    width: 380px;
    height: 50px;
    background: #f6f6f6;
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #999;
    padding-left: 12px;
    padding-right: 16px;
    margin-top: 23px;
}

.index-rank-box .item .title span:nth-child(2) {
    margin-left: 79px;
    margin-right: 141px;
}

.index-rank-box .item ul li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px dashed #eeeeee;
    padding-bottom: 14px;
    margin-top: 15px;
}

.index-rank-box .item ul li:last-child {
    border-bottom: none;
}

.index-rank-box .item ul li .num {
    width: 26px;
    height: 24px;
    background-color: #e7e7e7;
    text-align: center;
    line-height: 24px;
    color: #fff;
    font-size: 16px;
    font-style: italic;
    margin-right: 36px;
}

.index-rank-box .item ul li:nth-child(-n+3) .num {
    background: #ffb025;
}

.index-rank-box .item:nth-child(2) ul li:nth-child(-n+3) .num {
    background: #61c0c1;
}

.index-rank-box .item:nth-child(3) ul li:nth-child(-n+3) .num {
    background: #ff8054;
}

.index-rank-box .item ul li .top {
    display: flex;
    justify-content: space-between;
    flex: 1;
    overflow: hidden;
}

.index-rank-box .item ul li .name {
    font-size: 16px;
    color: #333;
    margin-right: 10px;
    margin-left: 5px;
}

.index-rank-box .item ul li .size {
    font-size: 16px;
    color: #999;
}

.index-rank-box .item ul li .right {
    display: none;
}

.index-rank-box .item ul li.active .right {
    display: flex;
    flex: 1;
    align-items: center;
    overflow: hidden;
}

.index-rank-box .item ul li.active .top {
    display: none;
}

.index-rank-box .item ul li .img {
    width: 76px;
    height: 76px;
    border-radius: 15px;
}

.index-rank-box .item ul li .img img {
    width: 76px;
    height: 76px;
    border-radius: 15px;
}

.index-rank-box .item ul li .info {
    margin-left: 15px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 72px;
    font-size: 14px;
    color: #999;
    margin-right: 10px;
}

.index-rank-box .item ul li .info-name {
    font-size: 16px;
    color: #333;
    font-weight: bold;
}

.index-rank-box .item ul li .down {
    width: 77px;
    height: 38px;
    background-color: #ffb025;
    text-align: center;
    line-height: 38px;
    font-size: 16px;
    color: #fff;
}

.links-box {
    display: flex;
    flex-wrap: wrap;
    margin: 25px 0;
    margin-bottom: 0;
}

.links-box a {
    font-size: 12px;
    color: #999;
    margin-bottom: 10px;
}

.links-box a::after {
    content: '|';
    color: #999;
    margin-right: 7px;
    margin-left: 7px;
}

.links-box a:last-child:after {
    display: none;
}

.index-img-list ul {
    display: grid;
    grid-template-columns: 225px 230px 225px 230px 225px;
    grid-template-rows: repeat(2, 155px);
    grid-column-gap: 9px;
    grid-row-gap: 14px;
}

.index-img-list ul li:nth-child(1) {
    grid-area: 1 / 1 / 3 / 2;
}

.index-img-list ul li:nth-child(2) {
    grid-area: 1 / 2 / 2 / 3;
}

.index-img-list ul li:nth-child(3) {
    grid-area: 2 / 2 / 3 / 3;
}

.index-img-list ul li:nth-child(4) {
    grid-area: 1 / 3 / 3 / 4;
}

.index-img-list ul li:nth-child(5) {
    grid-area: 1 / 4 / 2 / 5;
}

.index-img-list ul li:nth-child(6) {
    grid-area: 2 / 4 / 3 / 5;
}

.index-img-list ul li:nth-child(7) {
    grid-area: 1 / 5 / 3 / 6;
}

.index-img-list ul li .img {
    height: 100%;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.index-img-list ul li .name {
    position: absolute;
    bottom: -35px;
    left: 0;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, .5);
    font-size: 14px;
    color: #fff;
    width: 100%;
    padding: 0 10px;
}

.index-img-list ul li:hover .name {
    bottom: 0;
    transition-duration: .3s;
}

.index-swiper-box {
    overflow: hidden;
    font-size: 0;
}

.index-swiper {
    position: relative;
    height: 256px;
}

.index-swiper-box .img {
    height: 100%;
    width: 100%;
}

.index-swiper-box img {
    height: 100%;
    width: 100%;
}

.index-swiper-thubms {
    width: 100%;
    height: 86px;
    padding: 10px;
    padding-bottom: 15px;
    background: #f5f5f5;
}

.index-swiper-thubms .swiper-slide-thumb-active {
    border: solid 1px #ea494b;
}

.index-swiper .swiper-button-next,
.index-swiper .swiper-button-prev {
    width: 25px;
    height: 49px;
    background: rgba(0, 0, 0, .5);
}

.index-swiper .swiper-button-next {
    right: 0;
}

.index-swiper .swiper-button-prev {
    left: 0;
}

.index-swiper .swiper-button-next:after,
.index-swiper .swiper-button-prev:after {
    font-size: 22px;
    color: #fff;
}

.top-nav {
    display: flex;
    position: relative;
    justify-content: space-between;
    width: 1201px;
    height: 420px;
    background:#fff url('../images/nav_bg.png')no-repeat center top;
    box-shadow: 0px 2px 9px 1px rgba(0, 0, 0, 0.3);
    position: absolute;
    left:0;
    top:40px;
    padding:32px;
    padding-bottom: 47px;
    z-index: 99;
}

.top-nav>.item{
    width: 229px;
}

.top-nav>.item:first-child{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.top-nav>.item:last-child{
    width: 329px;
}

.top-nav .title{
    font-size: 16px;
    color:#333;
    font-weight: bold;
    text-align: center;
    margin-bottom: 22px;
}

.top-nav ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.top-nav ul li{
    width: 110px;
	height: 34px;
	border: solid 1px #dcdcdc;
    text-align: center;
    line-height: 32px;
    margin-top: 9px;
}

.top-nav ul li a{
    font-size: 16px;
    color:#666;
}

.top-nav>.item:last-child ul li{
    width: 100px;
}
.hide {
	display: none !important;
}